home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / kids / cartoon.swf / scripts / DefineSprite_12 / frame_1 / DoAction.as
Text File  |  2004-05-26  |  206b  |  14 lines

  1. forward_btn.onPress = function()
  2. {
  3.    _parent.navigate(1);
  4. };
  5. back_btn.onPress = function()
  6. {
  7.    _parent.navigate(-1);
  8. };
  9. close_btn.onPress = function()
  10. {
  11.    _parent.closeCartoon();
  12. };
  13. stop();
  14.